xen: carve out a generic parsing function from _cmdline_parse()
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:35:00 +0000 (09:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:54:25 +0000 (10:54 +0200)
commit883375f5d86851cd734a80a89e09475bd66791a9
treecff7e609bc6d73282c6e165645c9289fc60d397a
parent2c84ea69ad6163d20fce05547b20eae4cda9bc8c
xen: carve out a generic parsing function from _cmdline_parse()

In order to support generic parameter parsing carve out the parser from
_cmdline_parse(). As this generic function might be called after boot
remove the __init annotations from all called sub-functions.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/kernel.c